Card Entry

  • Lets the application collect card information from the customer. If the card information entered is valid, a card nonce will be provided to the delegate.

    See more

    Declaration

    Objective-C

    @interface SQIPCardEntryViewController : UIViewController
  • Encapsulates options used to style SQIPCardEntryViewController.

    See more

    Declaration

    Objective-C

    @interface SQIPTheme : NSObject <NSCopying>
  • The delegate of a SQIPCardEntryViewController instance must adopt the SQIPCardEntryViewControllerDelegate protocol.

    See more

    Declaration

    Objective-C

    @protocol SQIPCardEntryViewControllerDelegate
  • Indicates the result of card entry.

    See more

    Declaration

    Objective-C

    enum SQIPCardEntryCompletionStatus : NSUInteger {}